object Form9: TForm9 Left = 238 Top = 106 BorderIcons = [] BorderStyle = bsSingle Caption = 'Basic bookmark / favorite info' ClientHeight = 430 ClientWidth = 371 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 5 Top = 5 Width = 361 Height = 420 TabOrder = 0 object Label53: TLabel Left = 8 Top = 60 Width = 345 Height = 54 AutoSize = False Caption = 'Internet Explorer stores every single favorite in a separate fil' + 'e with the extension '#39'url'#39'. It uses normal directories on the ha' + 'rddisk as folders in the favorite structure. Because of this you' + ' have to specify a directory as location of the favorites,' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label1: TLabel Left = 8 Top = 135 Width = 345 Height = 54 AutoSize = False Caption = 'Netscape stores the complete bookmark structure in one single fi' + 'le, most commonly named bookmark.htm. Because of this you have t' + 'o specify one single file as location of the bookmarks.' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label2: TLabel Left = 8 Top = 112 Width = 345 Height = 17 AutoSize = False Caption = 'and not a single file.' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label3: TLabel Left = 8 Top = 12 Width = 345 Height = 45 AutoSize = False Caption = 'A bookmark or favorite is a memory for an internet URL. Netscape' + ' calls them bookmarks and Internet Explorer calls them favorites' + ', but they�re basically the same.' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label4: TLabel Left = 8 Top = 200 Width = 345 Height = 54 AutoSize = False Caption = 'When you convert from Netscape to Internet Explorer you get a bu' + 'nch of files with extension '#39'url'#39' in the directory you choose pr' + 'ior to conversion. To get them into Internet Explorer as favorit' + 'es you have to copy them into your' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label5: TLabel Left = 8 Top = 253 Width = 345 Height = 32 AutoSize = False Caption = 'favorites directory. This is most commonly located at C:\WINDOWS' + '\FAVORITES.' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label6: TLabel Left = 8 Top = 292 Width = 345 Height = 54 AutoSize = False Caption = 'When you convert from Internet Explorer to Netscape you get one ' + 'single bookmark file in the directory you choose prior to conver' + 'sion. To get the bookmarks into Netscape you have to copy the bo' + 'okmark file to a certain position in' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label7: TLabel Left = 8 Top = 345 Width = 345 Height = 53 AutoSize = False Caption = 'the Netscape directory. This position varies between different v' + 'ersions of Netscape, but one good tip is to look for the existin' + 'g bookmark file and replace it with the new one. (Just remember ' + 'to backup the old one)' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Button1: TButton Left = 280 Top = 389 Width = 73 Height = 20 Caption = 'Back' TabOrder = 0 OnClick = Button1Click end end end